set.seed(0)
\dontrun{
## check own examples
checkExamples(ignore.all=TRUE, halt=!TRUE)
### Check the examples of the other packages:
dep.packages <- c( #"DSpat","lgcp", "constrainedKriging", "MarkedPointProcess",
"Geneland", "glmmBUGS",
"ProbForecastGOP","geoR",
"CompRandFld", ## RFsim does not work in version 2.1.18
"fractaldim", "rpanel", "spatstat")
#for (i in dep.packages) library(i, character.only=TRUE)
#for (i in dep.packages) install.packages(i)
not.working <- list()
for (.i in 1:length(dep.packages)) {
not.working[[.i]] <-
checkExamples(path=paste("~/TMP/dep.packages", dep.packages[.i], sep="/"),
package=dep.packages[.i])
Print(.i, not.working); repeat{ if (readline()=="e") break}
}
Print(not.working)
}
# for (i in dep.packages) cat(maintainer(i), "\n")
Run the code above in your browser using DataLab